Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
}
shared_info_frame = info.shared_info_frame;
- /* A cheesy test to see whether the domain contains valid state. */
- if (ctxt.ctrlreg[3] == 0)
- {
- ERROR("Domain is not in a valid HVM guest state");
- goto out;
- }
-
- /* cheesy sanity check */
+ /* cheesy sanity check */
if ((info.max_memkb >> (PAGE_SHIFT - 10)) > max_mfn) {
ERROR("Invalid HVM state record -- pfn count out of range: %lu",
(info.max_memkb >> (PAGE_SHIFT - 10)));